home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / agava252.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  32.0 KB  |  763 lines

  1. *PPD-Adobe: "4.2"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *FormatVersion: "4.2"
  4. *FileVersion: "1.0"
  5. *PCFileName: "AGAva252.PPD"
  6. *LanguageVersion: English
  7. *LanguageEncoding: ISOLatin1
  8. *Product: "(AGFA Avantra 25)"
  9. *PSVersion: "(2013.108) 93073011"
  10. *ModelName: "AGFA-Avantra25"
  11. *NickName: "AGFA-Avantra25 v2013.108"
  12.  
  13. *% General Information and Defaults ===============
  14. *FreeVM: "8648832"
  15. *LanguageLevel: "2"
  16. *Protocols: BCP
  17. *ColorDevice: False
  18. *DefaultColorSpace: Gray
  19. *VariablePaperSize: True
  20. *Extensions: FileSystem
  21. *FileSystem: True
  22. *?FileSystem: "
  23.   statusdict /diskstatus get exec
  24.   exch pop 0 eq {(False)}{(True)}ifelse = flush
  25. "
  26. *End
  27. *Throughput: "1"
  28. *Password: "()"
  29. *ExitServer: "
  30.   count 0 eq  % is the password on the stack?
  31.     {  false  }{ true exch startjob } ifelse
  32.   not    %  if no password or not valid 
  33.     {  
  34.     (WARNING : Cannot modify initial VM.) = 
  35.     (Missing or invalid password.) = 
  36.     (Please contact the author of this software.) = flush
  37.     quit 
  38.     } if 
  39. "
  40. *End
  41. *Reset: "
  42.   count 0 eq  % is the password on the stack?
  43.     {  false  }{ true exch startjob } ifelse
  44.   not    %  if no password or not valid 
  45.     {  
  46.     (WARNING : Cannot reset printer.) = 
  47.     (Missing or invalid password.) = 
  48.     (Please contact the author of this software.) = flush
  49.     quit 
  50.     } if 
  51.   systemdict /quit get exec
  52.   (WARNING : Printer Reset Failed.) = flush
  53. "
  54. *End
  55.  
  56. *OpenUI *Resolution: PickOne
  57. *OrderDependency: 10 AnySetup *Resolution
  58. *DefaultResolution: 2400x2400dpi
  59. *Resolution 1200x1200dpi: " 1 dict dup /HWResolution [1200 1200] put setpagedevice "
  60. *Resolution 1800x1800dpi: " 1 dict dup /HWResolution [1800 1800] put setpagedevice "
  61. *Resolution 2400x2400dpi: " 1 dict dup /HWResolution [2400 2400] put setpagedevice "
  62. *Resolution 3600x3600dpi: " 1 dict dup /HWResolution [3600 3600] put setpagedevice "
  63. *?Resolution: "
  64. save
  65. currentpagedevice /HWResolution get 0 get
  66. (      ) cvs print (dpi) = flush
  67. restore
  68. "
  69. *End
  70. *CloseUI: *Resolution
  71.  
  72. *% Halftone Information ===============
  73. *ScreenFreq: "133.0"
  74. *ScreenAngle: "45.0"
  75. *DefaultScreenProc: Dot
  76. *ScreenProc Dot: "
  77. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  78. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  79. "
  80. *End
  81. *ScreenProc Line: "{ pop }"
  82. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  83.  
  84. *DefaultTransfer: Null
  85. *Transfer Null: "{ }"
  86. *Transfer Null.Inverse: "{ 1 exch sub }"
  87. *AccurateScreensSupport: True
  88.  
  89.  
  90. *% Paper Handling ===================
  91.  
  92. *OpenUI *PageSize: PickOne
  93. *OrderDependency: 30 AnySetup *PageSize
  94. *DefaultPageSize: Letter
  95. *PageSize Letter: "letter"
  96. *PageSize Legal: "legal"
  97. *PageSize Tabloid: "11x17"
  98. *PageSize LARGE: " 2 dict dup /Orientation 1 put dup /PageSize [1274 1800] put setpagedevice "
  99. *PageSize A2: " 2 dict dup /Orientation 1 put dup /PageSize [1191 1684] put setpagedevice "
  100. *PageSize A3: "a3"
  101. *PageSize A4: "a4"
  102. *PageSize A5: "a5"
  103. *PageSize B5: "b5"
  104. *PageSize Letter.Transverse: "Letter"
  105. *PageSize Legal.Transverse: "Legal"
  106. *PageSize Tabloid.Transverse: "17x11"
  107. *PageSize A3.Transverse: "A3"
  108. *PageSize A4.Transverse: "A4"
  109. *PageSize A5.Transverse: "A5"
  110. *PageSize B5.Transverse: "B5"
  111. *?PageSize: "
  112. save
  113.  mark  
  114.    currentpagedevice dup /PageSize get aload % pagedict width height
  115.    9 dict
  116.     dup [420 595] (A5) put
  117.     dup [499 709] (B5) put
  118.     dup [612 792] (Letter) put
  119.     dup [595 842] (A4) put
  120.     dup [612 1008] (Legal) put
  121.     dup [842 1191] (A3) put
  122.     dup [792 1224] (Tabloid) put
  123.      dup [1191 1684] (A2) put
  124.     dup [1274 1800] (LARGE) put
  125.    7 dict
  126.     dup [842 1191] (A3.Transverse) put
  127.     dup [420 595] (A5.Transverse) put
  128.     dup [499 709] (B5.Transverse) put
  129.     dup [595 842] (A4.Transverse) put
  130.     dup [612 792] (Letter.Transverse) put
  131.     dup [612 1008] (Legal.Transverse) put
  132.      dup [792 1224] (Tabloid.Transverse) put
  133.   6 -1 roll /Orientation get                % test orientation
  134.   1 eq  {  pop } { exch pop }ifelse    % choose dict
  135.   (Unknown) exch
  136.   { exch aload pop
  137.     5 index eq exch 6 index eq and
  138.     { exch pop exit } { pop } ifelse
  139.   } bind forall = flush cleartomark
  140. restore
  141. "
  142. *End
  143. *CloseUI: *PageSize
  144.  
  145. *% These entries will set up the frame buffer. Usually used with manual feed.
  146. *OpenUI *PageRegion: PickOne
  147. *OrderDependency: 40 AnySetup *PageRegion
  148. *DefaultPageRegion: Letter
  149. *PageRegion Letter: "letter"
  150. *PageRegion Legal: "legal"
  151. *PageRegion Tabloid: "11x17"
  152. *PageRegion LARGE: " 2 dict dup /Orientation 1 put dup /PageSize [1274 1800] put setpagedevice "
  153. *PageRegion A2: " 2 dict dup /Orientation 1 put dup /PageSize [1191 1684] put setpagedevice "
  154. *PageRegion A3: "a3"
  155. *PageRegion A4: "a4"
  156. *PageRegion A5: "a5"
  157. *PageRegion B5: "b5"
  158. *PageRegion Letter.Transverse: "Letter"
  159. *PageRegion Legal.Transverse:  "Legal"
  160. *PageRegion Tabloid.Transverse: "17x11"
  161. *PageRegion A3.Transverse: "A3"
  162. *PageRegion A4.Transverse: "A4"
  163. *PageRegion A5.Transverse: "A5"
  164. *PageRegion B5.Transverse: "B5"
  165. *CloseUI: *PageRegion
  166.  
  167. *% The following entries provide information about specific paper keywords.
  168. *DefaultImageableArea: Letter
  169. *ImageableArea Letter: "0 0 612 792 "
  170. *ImageableArea Legal: "0 0 612 1008 "
  171. *ImageableArea Tabloid: "0 0 792 1224 "
  172. *ImageableArea LARGE: "0 0 1274 1800"
  173. *ImageableArea A2: "0 0 1191 1684 "
  174. *ImageableArea A3: "0 0 842 1191 "
  175. *ImageableArea A4: "0 0 595 842  "
  176. *ImageableArea A5: "0 0 420 595  "
  177. *ImageableArea B5: "0 0 499 709  "
  178. *ImageableArea Letter.Transverse: "0 0 612 792 "
  179. *ImageableArea Legal.Transverse:  "0 0 612 1008"
  180. *ImageableArea Tabloid.Transverse: "0 0 792 1224 "
  181. *ImageableArea A3.Transverse: "0 0 842 1191"
  182. *ImageableArea A4.Transverse: "0 0 595 842 "
  183. *ImageableArea A5.Transverse: "0 0 420 595 "
  184. *ImageableArea B5.Transverse: "0 0 499 709 "
  185. *?ImageableArea: "
  186.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  187.   newpath clippath pathbbox
  188.   4 -2 roll exch 2 {ceiling cvp} repeat
  189.   exch 2 {floor cvp} repeat flush
  190.  restore
  191. "
  192. *End
  193.  
  194. *% These provide the physical dimensions of the paper (by keyword)
  195. *DefaultPaperDimension: Letter
  196. *PaperDimension Letter: "612 792"
  197. *PaperDimension Legal: "612 1008"
  198. *PaperDimension Tabloid: "792 1224"
  199. *PaperDimension LARGE: "1274 1800"
  200. *PaperDimension A2: "1191 1684"
  201. *PaperDimension A3: "842 1191"
  202. *PaperDimension A4: "595 842"
  203. *PaperDimension A5: "420 595"
  204. *PaperDimension B5: "499 709"
  205. *PaperDimension Letter.Transverse: "612 792"
  206. *PaperDimension Legal.Transverse: "612 1008"
  207. *PaperDimension Tabloid.Transverse: "792 1224"
  208. *PaperDimension A3.Transverse: "842 1191"
  209. *PaperDimension A4.Transverse: "595 842"
  210. *PaperDimension A5.Transverse: "420 595"
  211. *PaperDimension B5.Transverse: "499 709"
  212.  
  213. *% Custom Page Sizes
  214. *CustomPageSize True: "
  215.     4 dict begin
  216.     dup /Orientation exch def
  217.     /PageOffset [ 5 -2 roll ] def
  218.     /PageSize [
  219.     5 2 roll dup 0 eq exch 2 eq or {exch} if
  220.     ] def
  221.     /ImagingBBox null def
  222.     currentdict end
  223.     setpagedevice "
  224. *End
  225. *ParamCustomPageSize Width: 1 points 100 1296
  226. *ParamCustomPageSize Height: 2 points 100 1800
  227. *ParamCustomPageSize WidthOffset/Margins: 3 points 0 1296
  228. *ParamCustomPageSize HeightOffset: 4 points 0 0
  229. *ParamCustomPageSize Orientation: 5 int 0 3
  230. *CenterRegistered: True
  231. *MaxMediaWidth: "1296"
  232. *MaxMediaHeight: "1800"
  233. *?CurrentMediaWidth: "
  234.   save
  235.   currentpagedevice /OutputDevice get cvlit /OutputDevice findresource
  236.   /PageSize get 0 get 2 get = flush
  237.   restore
  238.  "
  239. *End
  240. *?CurrentMediaHeight: "
  241.   save
  242.   currentpagedevice /OutputDevice get cvlit /OutputDevice findresource
  243.   /PageSize get 0 get 3 get = flush
  244.   restore
  245.  "
  246. *End
  247.  
  248. *% Default Handling Features. This machine is a roll-fed machine, which is 
  249. *% why most of these entries have values of "None".
  250.  
  251. *RequiresPageRegion All: True
  252. *OpenUI *InputSlot: PickOne
  253. *OrderDependency: 20 AnySetup *InputSlot
  254. *InputSlot Cassette: ""
  255. *DefaultInputSlot: Cassette
  256. *CloseUI: *InputSlot
  257.  
  258. *% Imagesetter Information =====================
  259.  
  260. *OpenGroup: Imagesetter
  261. *% *OpenUI *MirrorPrint/Mirror Print: Boolean
  262. *% *OrderDependency: 50 AnySetup *MirrorPrint
  263. *% *MirrorPrint True: " 1 dict dup /MirrorPrint true put setpagedevice "
  264. *% *MirrorPrint False: " 1 dict dup /MirrorPrint false put setpagedevice "
  265. *% *DefaultMirrorPrint: False
  266. *% *?MirrorPrint: " save currentpagedevice /MirrorPrint get
  267. *%    { (True) } { (False) } ifelse = flush restore "
  268. *% *End
  269. *% *CloseUI: *MirrorPrint
  270.  
  271. *% *OpenUI *NegativePrint/Negative Print: Boolean
  272. *% *OrderDependency: 50 AnySetup *NegativePrint
  273. *% *NegativePrint True: " 1 dict dup /NegativePrint true put setpagedevice "
  274. *% *NegativePrint False: " 1 dict dup /NegativePrint false put setpagedevice "
  275. *% *DefaultNegativePrint: False
  276. *% *?NegativePrint: " currentpagedevice /NegativePrint get
  277. *%                   { (True) }{ (False) } ifelse = flush "
  278. *% *End
  279. *% *CloseUI: *NegativePrint
  280.  
  281. *AdvanceMedia None: ""
  282. *DefaultAdvanceMedia: None
  283. *?AdvanceMedia: "(None) = flush"
  284.  
  285. *CutMedia None: ""
  286. *DefaultCutMedia: None
  287. *?CutMedia: "(None) = flush"
  288. *CloseGroup: Imagesetter
  289.  
  290.  
  291. *% Font Information =====================
  292.  
  293. *DefaultFont: Courier
  294. *Font Courier: Standard "(001.004)" Standard
  295. *Font Courier-Bold: Standard "(001.004)" Standard
  296. *Font Courier-BoldOblique: Standard "(001.004)" Standard
  297. *Font Courier-Oblique: Standard "(001.004)" Standard
  298. *Font Helvetica: Standard "(001.002)" Standard
  299. *Font Helvetica-Bold: Standard "(001.002)" Standard
  300. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard
  301. *Font Helvetica-Oblique: Standard "(001.002)" Standard
  302. *Font Symbol: Special "(001.003)" Special
  303. *Font Times-Bold: Standard "(001.002)" Standard
  304. *Font Times-BoldItalic: Standard "(001.004)" Standard
  305. *Font Times-Italic: Standard "(001.002)" Standard
  306. *Font Times-Roman: Standard "(001.002)" Standard
  307. *?FontQuery: "
  308. save
  309. {
  310. count 1 gt
  311.     { 
  312.     exch dup 128 string cvs (/) print print (:) print
  313.     /Font resourcestatus { pop pop (Yes) }{ (No) } ifelse =
  314.     }
  315.     { exit } ifelse
  316. } bind loop
  317. (*) = flush
  318. restore
  319. "
  320. *End
  321.  
  322. *?FontList: "
  323. save
  324. (*) { cvn == } 128 string /Font resourceforall 
  325. (*) = flush 
  326. restore 
  327. "
  328. *End
  329.  
  330.  
  331.  
  332. *% Printer Messages (verbatim from printer):
  333. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  334. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  335. *Message: "\FontName\ not found, using Courier"
  336.  
  337. *% Status (format: %%[ status: <one of these> ]%% )
  338. *Status: "initializing"
  339. *Status: "idle"
  340. *Status: "holding"
  341. *Status: "busy"
  342. *Status: "waiting"
  343. *Status: "printing"
  344. *Status: "PrinterError:  Fatal error"
  345. *Status: "PrinterError:  Engine hardware failure"
  346. *Status: "PrinterError:  Printer busy"
  347. *Status: "PrinterError:  Printer in pause"
  348. *Status: "PrinterError:  Media jam"
  349. *Status: "PrinterError:  Cutter jam"
  350. *Status: "PrinterError:  No cassette"
  351. *Status: "PrinterError:  No media"
  352. *Status: "PrinterError:  Take done"
  353. *Status: "PrinterError:  Missed breakpoint"
  354. *Status: "PrinterError:  Warning: Low media"
  355. *Status: "PrinterError:  Cover Open"
  356. *Status: "PrinterError:  Non Voltatile Memory Write Complete"
  357. *Status: "PrinterError:  No Cutter"
  358. *Status: "PrinterError:  Engine Underrun"
  359. *Status: "PrinterError:  External Processor Not Ready"
  360. *Status: "PrinterError:  Command Processing State"
  361. *Status: "PrinterError:  Time out on engine communication"
  362. *Status: "PrinterError:  Engine communication failure"
  363. *Status: "PrinterError:  Error in engine resolution"
  364. *Status: "PrinterError:  Printer OK"
  365. *Status: "PrinterError:  Failed printerstart"
  366. *Status: "PrinterError:  Image transfer problem"
  367. *Status: "PrinterError:  Image transfer problem"
  368. *Status: "PrinterError:  Image transfer problem"
  369. *Status: "PrinterError:  Image transfer problem"
  370. *Status: "PrinterError:  Image transfer problem"
  371. *Status: "PrinterError:  Image transfer problem"
  372. *Status: "PrinterError:  Image transfer problem"
  373. *Status: "PrinterError:  Default page being defined is too long."
  374. *Status: "PrinterError:  Page being defined is too wide."
  375. *Status: "PrinterError:  Printer needs attention"
  376. *Status: "PrinterError:  Communications error"
  377. *Status: "PrinterError:  Carriage jam"
  378. *Status: "PrinterError:  Carriage sensor broken"
  379. *Status: "PrinterError:  Carriage hit wall"
  380. *Status: "PrinterError:  Carriage out of level"
  381. *Status: "PrinterError:  Media not loaded"
  382. *Status: "PrinterError:  Cassette full"
  383. *Status: "PrinterError:  Cassette/Media mismatch"
  384. *Status: "PrinterError:  Cutter in media path"
  385. *Status: "PrinterError:  Output punch jam"
  386. *Status: "PrinterError:  Input punch jam"
  387. *Status: "PrinterError:  Side door open"
  388. *Status: "PrinterError:  Spindle jam"
  389. *Status: "PrinterError:  Aperture jam"
  390. *Status: "PrinterError:  Polarizer jam"
  391. *Status: "PrinterError:  Weak lens jam"
  392. *Status: "PrinterError:  Cassette jam"
  393. *Status: "PrinterError:  Spinner error"
  394. *Status: "PrinterError:  Time out on engine communication"
  395. *Status: "PrinterError:  Engine communication failure"
  396. *Status: "PrinterError:  Error in engine resolution"
  397. *Status: "PrinterError:  Failed printerstart"
  398. *Status: "PrinterError:  Image transfer problem"
  399. *Status: "PrinterError:  Image transfer problem"
  400. *Status: "PrinterError:  Image transfer problem"
  401. *Status: "PrinterError:  Image transfer problem"
  402. *Status: "PrinterError:  Image transfer problem"
  403. *Status: "PrinterError:  Image transfer problem"
  404. *Status: "PrinterError:  Image transfer problem"
  405. *Status: "PrinterError:  Image transfer problem"
  406. *Status: "PrinterError:  Image transfer problem"
  407. *Status: "PrinterError:  Image transfer problem"
  408. *Status: "PrinterError:  Image transfer problem"
  409. *Status: "PrinterError:  Image transfer problem"
  410. *Status: "PrinterError:  Image transfer problem"
  411. *Status: "PrinterError:  Image transfer problem"
  412. *Status: "PrinterError:  Image transfer problem"
  413. *Status: "PrinterError:  Image transfer problem"
  414. *Status: "PrinterError:  Image transfer problem"
  415. *Status: "PrinterError:  Default page being defined is too long"
  416. *Status: "PrinterError:  Printer rebooting"
  417.  
  418. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  419. *Source: "Serial"
  420. *Source: "SerialB"
  421. *Source: "LocalTalk"
  422. *Source: "Parallel"
  423. *Source: "ScsiComm"
  424. *Source: "ScsiCommB"
  425.  
  426. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  427. *PrinterError: "Fatal error"
  428. *PrinterError: "Engine hardware failure"
  429. *PrinterError: "Printer busy"
  430. *PrinterError: "Printer in pause"
  431. *PrinterError: "Media jam"
  432. *PrinterError: "Cutter jam"
  433. *PrinterError: "No cassette"
  434. *PrinterError: "No media"
  435. *PrinterError: "Take done"
  436. *PrinterError: "Missed breakpoint"
  437. *PrinterError: "Warning: Low media"
  438. *PrinterError: "Cover Open"
  439. *PrinterError: "Non Voltatile Memory Write Complete"
  440. *PrinterError: "No Cutter"
  441. *PrinterError: "Engine Underrun"
  442. *PrinterError: "External Processor Not Ready"
  443. *PrinterError: "Command Processing State"
  444. *PrinterError: "Time out on engine communication"
  445. *PrinterError: "Engine communication failure"
  446. *PrinterError: "Error in engine resolution"
  447. *PrinterError: "Printer OK"
  448. *PrinterError: "Failed printerstart"
  449. *PrinterError: "Image transfer problem"
  450. *PrinterError: "Image transfer problem"
  451. *PrinterError: "Image transfer problem"
  452. *PrinterError: "Image transfer problem"
  453. *PrinterError: "Image transfer problem"
  454. *PrinterError: "Image transfer problem"
  455. *PrinterError: "Image transfer problem"
  456. *PrinterError: "Default page being defined is too long."
  457. *PrinterError: "Page being defined is too wide."
  458. *PrinterError: "Printer needs attention"
  459. *PrinterError: "Communications error"
  460. *PrinterError: "Carriage jam"
  461. *PrinterError: "Carriage sensor broken"
  462. *PrinterError: "Carriage hit wall"
  463. *PrinterError: "Carriage out of level"
  464. *PrinterError: "Media not loaded"
  465. *PrinterError: "Cassette full"
  466. *PrinterError: "Cassette/Media mismatch"
  467. *PrinterError: "Cutter in media path"
  468. *PrinterError: "Output punch jam"
  469. *PrinterError: "Input punch jam"
  470. *PrinterError: "Side door open"
  471. *PrinterError: "Spindle jam"
  472. *PrinterError: "Aperture jam"
  473. *PrinterError: "Polarizer jam"
  474. *PrinterError: "Weak lens jam"
  475. *PrinterError: "Cassette jam"
  476. *PrinterError: "Spinner error"
  477. *PrinterError: "Time out on engine communication"
  478. *PrinterError: "Engine communication failure"
  479. *PrinterError: "Error in engine resolution"
  480. *PrinterError: "Failed printerstart"
  481. *PrinterError: "Image transfer problem"
  482. *PrinterError: "Image transfer problem"
  483. *PrinterError: "Image transfer problem"
  484. *PrinterError: "Image transfer problem"
  485. *PrinterError: "Image transfer problem"
  486. *PrinterError: "Image transfer problem"
  487. *PrinterError: "Image transfer problem"
  488. *PrinterError: "Image transfer problem"
  489. *PrinterError: "Image transfer problem"
  490. *PrinterError: "Image transfer problem"
  491. *PrinterError: "Image transfer problem"
  492. *PrinterError: "Image transfer problem"
  493. *PrinterError: "Image transfer problem"
  494. *PrinterError: "Image transfer problem"
  495. *PrinterError: "Image transfer problem"
  496. *PrinterError: "Image transfer problem"
  497. *PrinterError: "Image transfer problem"
  498. *PrinterError: "Default page being defined is too long"
  499. *PrinterError: "Printer rebooting"
  500.  
  501.  
  502. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  503.  
  504. *% Color Separation Information =====================
  505.  
  506. *% *OpenUI *Separations: Boolean
  507. *% *OrderDependency: 40 AnySetup *Separations
  508. *% *Separations True: " 1 dict dup /Separations true put setpagedevice "
  509. *% *Separations False: " 1 dict dup /Separations false put setpagedevice "
  510. *% *DefaultSeparations: False
  511. *% *?Separations: " 
  512. *% save 
  513. *%   currentpagedevice /Separations get
  514. *%   { (True) }{ (False) } ifelse = flush 
  515. *% restore
  516. *% "
  517. *% *End
  518. *% *CloseUI: *Separations
  519.  
  520. *InkName: ProcessCyan/Process Cyan
  521. *InkName: ProcessMagenta/Process Magenta
  522. *InkName: ProcessYellow/Process Yellow
  523. *InkName: ProcessBlack/Process Black
  524. *InkName: CustomColor/Custom Color
  525.  
  526. *% For 65 lpi  =====================================================
  527.  
  528. *ColorSepScreenAngle ProcessBlack.65lpi.1200dpi/65 lpi / 1200 dpi: "45.0"
  529. *ColorSepScreenAngle CustomColor.65lpi.1200dpi/65 lpi / 1200 dpi: "45.0"
  530. *ColorSepScreenAngle ProcessCyan.65lpi.1200dpi/65 lpi / 1200 dpi: "18.43"
  531. *ColorSepScreenAngle ProcessMagenta.65lpi.1200dpi/65 lpi / 1200 dpi: "71.57"
  532. *ColorSepScreenAngle ProcessYellow.65lpi.1200dpi/65 lpi / 1200 dpi: "0.0"
  533.  
  534. *ColorSepScreenFreq ProcessBlack.65lpi.1200dpi/65 lpi / 1200 dpi: "70.71"
  535. *ColorSepScreenFreq CustomColor.65lpi.1200dpi/65 lpi / 1200 dpi: "70.71"
  536. *ColorSepScreenFreq ProcessCyan.65lpi.1200dpi/65 lpi / 1200 dpi: "63.25"
  537. *ColorSepScreenFreq ProcessMagenta.65lpi.1200dpi/65 lpi / 1200 dpi: "63.25"
  538. *ColorSepScreenFreq ProcessYellow.65lpi.1200dpi/65 lpi / 1200 dpi: "66.67"
  539.  
  540. *ColorSepScreenAngle ProcessBlack.65lpi.2400dpi/65 lpi / 2400 dpi: "45.0"
  541. *ColorSepScreenAngle CustomColor.65lpi.2400dpi/65 lpi / 2400 dpi: "45.0"
  542. *ColorSepScreenAngle ProcessCyan.65lpi.2400dpi/65 lpi / 2400 dpi: "18.43"
  543. *ColorSepScreenAngle ProcessMagenta.65lpi.2400dpi/65 lpi / 2400 dpi: "71.57"
  544. *ColorSepScreenAngle ProcessYellow.65lpi.2400dpi/65 lpi / 2400 dpi: "0.0"
  545.  
  546. *ColorSepScreenFreq ProcessBlack.65lpi.2400dpi/65 lpi / 2400 dpi: "70.71"
  547. *ColorSepScreenFreq CustomColor.65lpi.2400dpi/65 lpi / 2400 dpi: "70.71"
  548. *ColorSepScreenFreq ProcessCyan.65lpi.2400dpi/65 lpi / 2400 dpi: "63.25"
  549. *ColorSepScreenFreq ProcessMagenta.65lpi.2400dpi/65 lpi / 2400 dpi: "63.25"
  550. *ColorSepScreenFreq ProcessYellow.65lpi.2400dpi/65 lpi / 2400 dpi: "66.67"
  551.  
  552. *% For 100 lpi  =====================================================
  553.  
  554. *ColorSepScreenAngle ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi: "45.0"
  555. *ColorSepScreenAngle CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi: "45.0"
  556. *ColorSepScreenAngle ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi: "18.43"
  557. *ColorSepScreenAngle ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi: "71.57"
  558. *ColorSepScreenAngle ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi: "0.0"
  559.  
  560. *ColorSepScreenFreq ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi: "106.07"
  561. *ColorSepScreenFreq CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi: "106.07"
  562. *ColorSepScreenFreq ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi: "94.87"
  563. *ColorSepScreenFreq ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi: "94.87"
  564. *ColorSepScreenFreq ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi: "100.00"
  565.  
  566. *ColorSepScreenAngle ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi: "45.0"
  567. *ColorSepScreenAngle CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi: "45.0"
  568. *ColorSepScreenAngle ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi: "18.43"
  569. *ColorSepScreenAngle ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi: "71.57"
  570. *ColorSepScreenAngle ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi: "0.0"
  571.  
  572. *ColorSepScreenFreq ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi: "106.07"
  573. *ColorSepScreenFreq CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi: "106.07"
  574. *ColorSepScreenFreq ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi: "94.87"
  575. *ColorSepScreenFreq ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi: "94.87"
  576. *ColorSepScreenFreq ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi: "100.00"
  577.  
  578. *% For 120 lpi  =====================================================
  579. *ColorSepScreenAngle ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi: "45.0"
  580. *ColorSepScreenAngle CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi: "45.0"
  581. *ColorSepScreenAngle ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi: "18.43"
  582. *ColorSepScreenAngle ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi: "71.57"
  583. *ColorSepScreenAngle ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi: "0.0"
  584.  
  585. *ColorSepScreenFreq ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi: "113.14"
  586. *ColorSepScreenFreq CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi: "113.14"
  587. *ColorSepScreenFreq ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi: "126.50"
  588. *ColorSepScreenFreq ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi: "126.50"
  589. *ColorSepScreenFreq ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi: "120.00"
  590.  
  591. *% For 133 lpi  =====================================================
  592.  
  593. *ColorSepScreenAngle ProcessBlack.133lpi.1200dpi/133 lpi / 1200 dpi: "45.0"
  594. *ColorSepScreenAngle CustomColor.133lpi.1200dpi/133 lpi / 1200 dpi: "45.0"
  595. *ColorSepScreenAngle ProcessCyan.133lpi.1200dpi/133 lpi / 1200 dpi: "18.43"
  596. *ColorSepScreenAngle ProcessMagenta.133lpi.1200dpi/133 lpi / 1200 dpi: "71.57"
  597. *ColorSepScreenAngle ProcessYellow.133lpi.1200dpi/133 lpi / 1200 dpi: "0.0"
  598.  
  599. *ColorSepScreenFreq ProcessBlack.133lpi.1200dpi/133 lpi / 1200 dpi: "141.42"
  600. *ColorSepScreenFreq CustomColor.133lpi.1200dpi/133 lpi / 1200 dpi: "141.42"
  601. *ColorSepScreenFreq ProcessCyan.133lpi.1200dpi/133 lpi / 1200 dpi: "126.50"
  602. *ColorSepScreenFreq ProcessMagenta.133lpi.1200dpi/133 lpi / 1200 dpi: "126.50"
  603. *ColorSepScreenFreq ProcessYellow.133lpi.1200dpi/133 lpi / 1200 dpi: "133.33"
  604.  
  605. *ColorSepScreenAngle ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi: "45.0"
  606. *ColorSepScreenAngle CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi: "45.0"
  607. *ColorSepScreenAngle ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi: "18.43"
  608. *ColorSepScreenAngle ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi: "71.57"
  609. *ColorSepScreenAngle ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi: "0.0"
  610.  
  611. *ColorSepScreenFreq ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi: "141.42"
  612. *ColorSepScreenFreq CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi: "141.42"
  613. *ColorSepScreenFreq ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi: "126.50"
  614. *ColorSepScreenFreq ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi: "126.50"
  615. *ColorSepScreenFreq ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi: "133.33"
  616.  
  617. *ColorSepScreenAngle ProcessBlack.133lpi.3600dpi/133 lpi / 3600 dpi: "45.0"
  618. *ColorSepScreenAngle CustomColor.133lpi.3600dpi/133 lpi / 3600 dpi: "45.0"
  619. *ColorSepScreenAngle ProcessCyan.133lpi.3600dpi/133 lpi / 3600 dpi: "18.43"
  620. *ColorSepScreenAngle ProcessMagenta.133lpi.3600dpi/133 lpi / 3600 dpi: "71.57"
  621. *ColorSepScreenAngle ProcessYellow.133lpi.3600dpi/133 lpi / 3600 dpi: "0.0"
  622.  
  623. *ColorSepScreenFreq ProcessBlack.133lpi.3600dpi/133 lpi / 3600 dpi: "141.421"
  624. *ColorSepScreenFreq CustomColor.133lpi.3600dpi/133 lpi / 3600 dpi: "141.421"
  625. *ColorSepScreenFreq ProcessCyan.133lpi.3600dpi/133 lpi / 3600 dpi: "126.491"
  626. *ColorSepScreenFreq ProcessMagenta.133lpi.3600dpi/133 lpi / 3600 dpi: "126.491"
  627. *ColorSepScreenFreq ProcessYellow.133lpi.3600dpi/133 lpi / 3600 dpi: "133.333"
  628.  
  629.  
  630. *% For 150 lpi  =====================================================
  631.  
  632. *ColorSepScreenAngle ProcessBlack.150lpi.1200dpi/150 lpi / 1200 dpi : "45.0"
  633. *ColorSepScreenAngle CustomColor.150lpi.1200dpi/150 lpi / 1200 dpi : "45.0"
  634. *ColorSepScreenAngle ProcessCyan.150lpi.1200dpi/150 lpi / 1200 dpi : "18.43"
  635. *ColorSepScreenAngle ProcessMagenta.150lpi.1200dpi/150 lpi / 1200 dpi : "71.57"
  636. *ColorSepScreenAngle ProcessYellow.150lpi.1200dpi/150 lpi / 1200 dpi : "0.0"
  637.  
  638. *ColorSepScreenFreq ProcessBlack.150lpi.1200dpi/150 lpi / 1200 dpi : "169.71"
  639. *ColorSepScreenFreq CustomColor.150lpi.1200dpi/150 lpi / 1200 dpi : "169.71"
  640. *ColorSepScreenFreq ProcessCyan.150lpi.1200dpi/150 lpi / 1200 dpi : "126.50"
  641. *ColorSepScreenFreq ProcessMagenta.150lpi.1200dpi/150 lpi / 1200 dpi : "126.50"
  642. *ColorSepScreenFreq ProcessYellow.150lpi.1200dpi/150 lpi / 1200 dpi : "150.00"
  643.  
  644. *ColorSepScreenAngle ProcessBlack.150lpi.2400dpi/150 lpi / 2400 dpi : "45.0"
  645. *ColorSepScreenAngle CustomColor.150lpi.2400dpi/150 lpi / 2400 dpi : "45.0"
  646. *ColorSepScreenAngle ProcessCyan.150lpi.2400dpi/150 lpi / 2400 dpi : "14.93"
  647. *ColorSepScreenAngle ProcessMagenta.150lpi.2400dpi/150 lpi / 2400 dpi : "75.07"
  648. *ColorSepScreenAngle ProcessYellow.150lpi.2400dpi/150 lpi / 2400 dpi : "0.0"
  649.  
  650. *ColorSepScreenFreq ProcessBlack.150lpi.2400dpi/150 lpi / 2400 dpi : "154.28"
  651. *ColorSepScreenFreq CustomColor.150lpi.2400dpi/150 lpi / 2400 dpi : "154.28"
  652. *ColorSepScreenFreq ProcessCyan.150lpi.2400dpi/150 lpi / 2400 dpi : "154.60"
  653. *ColorSepScreenFreq ProcessMagenta.150lpi.2400dpi/150 lpi / 2400 dpi : "154.60"
  654. *ColorSepScreenFreq ProcessYellow.150lpi.2400dpi/150 lpi / 2400 dpi : "150.00"
  655.  
  656. *ColorSepScreenAngle ProcessBlack.150lpi.3600dpi/150 lpi / 3600 dpi: "45.0"
  657. *ColorSepScreenAngle CustomColor.150lpi.3600dpi/150 lpi / 3600 dpi: "45.0"
  658. *ColorSepScreenAngle ProcessCyan.150lpi.3600dpi/150 lpi / 3600 dpi: "18.43"
  659. *ColorSepScreenAngle ProcessMagenta.150lpi.3600dpi/150 lpi / 3600 dpi: "71.57"
  660. *ColorSepScreenAngle ProcessYellow.150lpi.3600dpi/150 lpi / 3600 dpi: "0.0"
  661.  
  662. *ColorSepScreenFreq ProcessBlack.150lpi.3600dpi/150 lpi / 3600 dpi: "159.099"
  663. *ColorSepScreenFreq CustomColor.150lpi.3600dpi/150 lpi / 3600 dpi: "159.099"
  664. *ColorSepScreenFreq ProcessCyan.150lpi.3600dpi/150 lpi / 3600 dpi: "142.302"
  665. *ColorSepScreenFreq ProcessMagenta.150lpi.3600dpi/150 lpi / 3600 dpi: "142.302"
  666. *ColorSepScreenFreq ProcessYellow.150lpi.3600dpi/150 lpi / 3600 dpi: "150.00"
  667.  
  668. *% For 160 lpi  =====================================================
  669.  
  670. *ColorSepScreenAngle ProcessBlack.160lpi.2400dpi/160 lpi / 2400 dpi: "45.0"
  671. *ColorSepScreenAngle CustomColor.160lpi.2400dpi/160 lpi / 2400 dpi: "45.0"
  672. *ColorSepScreenAngle ProcessCyan.160lpi.2400dpi/160 lpi / 2400 dpi: "18.43"
  673. *ColorSepScreenAngle ProcessMagenta.160lpi.2400dpi/160 lpi / 2400 dpi: "71.57"
  674. *ColorSepScreenAngle ProcessYellow.160lpi.2400dpi/160 lpi / 2400 dpi: "0.0"
  675.  
  676. *ColorSepScreenFreq ProcessBlack.160lpi.2400dpi/160 lpi / 2400 dpi: "169.71"
  677. *ColorSepScreenFreq CustomColor.160lpi.2400dpi/160 lpi / 2400 dpi: "169.71"
  678. *ColorSepScreenFreq ProcessCyan.160lpi.2400dpi/160 lpi / 2400 dpi: "151.79"
  679. *ColorSepScreenFreq ProcessMagenta.160lpi.2400dpi/160 lpi / 2400 dpi: "151.79"
  680. *ColorSepScreenFreq ProcessYellow.160lpi.2400dpi/160 lpi / 2400 dpi: "160.00"
  681.  
  682. *% For 175 lpi  =====================================================
  683.  
  684. *ColorSepScreenAngle ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi: "45.0"
  685. *ColorSepScreenAngle CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi: "45.0"
  686. *ColorSepScreenAngle ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi: "18.43"
  687. *ColorSepScreenAngle ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi: "71.57"
  688. *ColorSepScreenAngle ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi: "0.0"
  689.  
  690. *ColorSepScreenFreq ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi: "169.71"
  691. *ColorSepScreenFreq CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi: "169.71"
  692. *ColorSepScreenFreq ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi: "189.74"
  693. *ColorSepScreenFreq ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi: "189.74"
  694. *ColorSepScreenFreq ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi: "160.00"
  695.  
  696. *ColorSepScreenAngle ProcessBlack.175lpi.3600dpi/175 lpi / 3600 dpi: "45.0"
  697. *ColorSepScreenAngle CustomColor.175lpi.3600dpi/175 lpi / 3600 dpi: "45.0"
  698. *ColorSepScreenAngle ProcessCyan.175lpi.3600dpi/175 lpi / 3600 dpi: "18.43"
  699. *ColorSepScreenAngle ProcessMagenta.175lpi.3600dpi/175 lpi / 3600 dpi: "71.57"
  700. *ColorSepScreenAngle ProcessYellow.175lpi.3600dpi/175 lpi / 3600 dpi: "0.0"
  701.  
  702. *ColorSepScreenFreq ProcessBlack.175lpi.3600dpi/175 lpi / 3600 dpi: "181.827"
  703. *ColorSepScreenFreq CustomColor.175lpi.3600dpi/175 lpi / 3600 dpi: "181.827"
  704. *ColorSepScreenFreq ProcessCyan.175lpi.3600dpi/175 lpi / 3600 dpi: "162.631"
  705. *ColorSepScreenFreq ProcessMagenta.175lpi.3600dpi/175 lpi / 3600 dpi: "162.631"
  706. *ColorSepScreenFreq ProcessYellow.175lpi.3600dpi/175 lpi / 3600 dpi: "171.429"
  707.  
  708. *% For 200 lpi  =====================================================
  709.  
  710. *ColorSepScreenAngle ProcessBlack.200lpi.2400dpi/200 lpi / 2400 dpi: "45.0"
  711. *ColorSepScreenAngle CustomColor.200lpi.2400dpi/200 lpi / 2400 dpi: "45.0"
  712. *ColorSepScreenAngle ProcessCyan.200lpi.2400dpi/200 lpi / 2400 dpi: "18.43"
  713. *ColorSepScreenAngle ProcessMagenta.200lpi.2400dpi/200 lpi / 2400 dpi: "71.57"
  714. *ColorSepScreenAngle ProcessYellow.200lpi.2400dpi/200 lpi / 2400 dpi: "0.0"
  715.  
  716. *ColorSepScreenFreq ProcessBlack.200lpi.2400dpi/200 lpi / 2400 dpi: "212.13"
  717. *ColorSepScreenFreq CustomColor.200lpi.2400dpi/200 lpi / 2400 dpi: "212.13"
  718. *ColorSepScreenFreq ProcessCyan.200lpi.2400dpi/200 lpi / 2400 dpi: "189.74"
  719. *ColorSepScreenFreq ProcessMagenta.200lpi.2400dpi/200 lpi / 2400 dpi: "189.74"
  720. *ColorSepScreenFreq ProcessYellow.200lpi.2400dpi/200 lpi / 2400 dpi: "200.00"
  721.  
  722. *ColorSepScreenAngle ProcessBlack.200lpi.3600dpi/200 lpi / 3600 dpi: "45.0"
  723. *ColorSepScreenAngle CustomColor.200lpi.3600dpi/200 lpi / 3600 dpi: "45.0"
  724. *ColorSepScreenAngle ProcessCyan.200lpi.3600dpi/200 lpi / 3600 dpi: "18.43"
  725. *ColorSepScreenAngle ProcessMagenta.200lpi.3600dpi/200 lpi / 3600 dpi: "71.57"
  726. *ColorSepScreenAngle ProcessYellow.200lpi.3600dpi/200 lpi / 3600 dpi: "0.0"
  727.  
  728. *ColorSepScreenFreq ProcessBlack.200lpi.3600dpi/200 lpi / 3600 dpi: "212.132"
  729. *ColorSepScreenFreq CustomColor.200lpi.3600dpi/200 lpi / 3600 dpi: "212.132"
  730. *ColorSepScreenFreq ProcessCyan.200lpi.3600dpi/200 lpi / 3600 dpi: "189.737"
  731. *ColorSepScreenFreq ProcessMagenta.200lpi.3600dpi/200 lpi / 3600 dpi: "189.737"
  732. *ColorSepScreenFreq ProcessYellow.200lpi.3600dpi/200 lpi / 3600 dpi: "200.00"
  733.  
  734. *% For 240 lpi  =====================================================
  735.  
  736. *ColorSepScreenAngle ProcessBlack.240lpi.3600dpi/240 lpi / 3600 dpi: "45.0"
  737. *ColorSepScreenAngle CustomColor.240lpi.3600dpi/240 lpi / 3600 dpi: "45.0"
  738. *ColorSepScreenAngle ProcessCyan.240lpi.3600dpi/240 lpi / 3600 dpi: "18.43"
  739. *ColorSepScreenAngle ProcessMagenta.240lpi.3600dpi/240 lpi / 3600 dpi: "71.57"
  740. *ColorSepScreenAngle ProcessYellow.240lpi.3600dpi/240 lpi / 3600 dpi: "0.0"
  741.  
  742. *ColorSepScreenFreq ProcessBlack.240lpi.3600dpi/240 lpi / 3600 dpi: "254.558"
  743. *ColorSepScreenFreq CustomColor.240lpi.3600dpi/240 lpi / 3600 dpi: "254.558"
  744. *ColorSepScreenFreq ProcessCyan.240lpi.3600dpi/240 lpi / 3600 dpi: "227.684"
  745. *ColorSepScreenFreq ProcessMagenta.240lpi.3600dpi/240 lpi / 3600 dpi: "227.684"
  746. *ColorSepScreenFreq ProcessYellow.240lpi.3600dpi/240 lpi / 3600 dpi: "240.000"
  747.  
  748. *% For 300 lpi  =====================================================
  749.  
  750. *ColorSepScreenAngle ProcessBlack.300lpi.3600dpi/300 lpi / 3600 dpi: "45.0"
  751. *ColorSepScreenAngle CustomColor.300lpi.3600dpi/300 lpi / 3600 dpi: "45.0"
  752. *ColorSepScreenAngle ProcessCyan.300lpi.3600dpi/300 lpi / 3600 dpi: "18.43"
  753. *ColorSepScreenAngle ProcessMagenta.300lpi.3600dpi/300 lpi / 3600 dpi: "71.57"
  754. *ColorSepScreenAngle ProcessYellow.300lpi.3600dpi/300 lpi / 3600 dpi: "0.0"
  755.  
  756. *ColorSepScreenFreq ProcessBlack.300lpi.3600dpi/300 lpi / 3600 dpi: "318.198"
  757. *ColorSepScreenFreq CustomColor.300lpi.3600dpi/300 lpi / 3600 dpi: "318.198"
  758. *ColorSepScreenFreq ProcessCyan.300lpi.3600dpi/300 lpi / 3600 dpi: "284.605"
  759. *ColorSepScreenFreq ProcessMagenta.300lpi.3600dpi/300 lpi / 3600 dpi: "284.605"
  760. *ColorSepScreenFreq ProcessYellow.300lpi.3600dpi/300 lpi / 3600 dpi: "300.000"
  761.  
  762. *% end of PPD file AGAva252.PPD
  763.